Skip to content
This repository has been archived by the owner on Jun 14, 2018. It is now read-only.

Commit

Permalink
Removing the instant dissolve option, to be compatible with NS2 v295
Browse files Browse the repository at this point in the history
  • Loading branch information
sclark39 committed Apr 18, 2016
1 parent 48a5adc commit a6f38cc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
1 change: 0 additions & 1 deletion lua/NS2Plus/CHUD_Client.lua
Expand Up @@ -14,7 +14,6 @@ Script.Load("lua/NS2Plus/Client/CHUD_Hitsounds.lua")
Script.Load("lua/NS2Plus/Client/CHUD_Outlines.lua")
Script.Load("lua/NS2Plus/Client/CHUD_Decals.lua")
Script.Load("lua/NS2Plus/Client/CHUD_WeaponTime.lua")
Script.Load("lua/NS2Plus/Client/CHUD_Dissolve.lua")
Script.Load("lua/NS2Plus/Client/CHUD_ViewModel.lua")
Script.Load("lua/NS2Plus/Client/CHUD_GoldenMode.lua")
Script.Load("lua/NS2Plus/Client/CHUD_TeamMessenger.lua")
Expand Down
5 changes: 0 additions & 5 deletions lua/NS2Plus/Client/CHUD_Dissolve.lua

This file was deleted.

11 changes: 0 additions & 11 deletions lua/NS2Plus/Client/CHUD_Options.lua
Expand Up @@ -1131,17 +1131,6 @@ CHUDOptions =
applyOnLoadComplete = true,
sort = "A02"
},
instantdissolve = {
name = "CHUD_InstantDissolve",
label = "Ragdoll instant dissolve effect",
tooltip = "Makes the ragdoll start to disappear immediatly after kill.",
type = "select",
values = { "Disabled", "Enabled" },
defaultValue = false,
category = "graphics",
valueType = "bool",
sort = "A03",
},
nsllights = {
name = "lowLights",
label = "High performance lights",
Expand Down

0 comments on commit a6f38cc

Please sign in to comment.